runtime.mspan.countAlloc (method)

2 uses

	runtime (current package)
		mbitmap.go#L1415: func (s *mspan) countAlloc() int {
		mgcsweep.go#L664: 	nalloc := uint16(s.countAlloc())